www.gusucode.com > pluck PHP多国语言简洁CMS系统 v4.7.4PHP源码程序 > pluck PHP多国语言简洁CMS系统 v4.7.4/PluckCMS4.7.4/PluckCMS4.7.4/data/modules/multitheme/lang/en.php

    <?php
//Albums.
$lang['albums']['title']          = 'albums';
$lang['albums']['descr']          = 'use albums to show your visitors your favourite photos and images';
$lang['albums']['message']        = 'Here you can manage your albums. Use albums to show your visitors your favourite photos and images. Insert the albums in your page(s) by choosing "insert album" when editing a page.';
$lang['albums']['edit_albums']    = 'edit albums';
$lang['albums']['new_album']      = 'new album';
$lang['albums']['choose_name']    = 'choose a name for your new album first, then click "save"';
$lang['albums']['delete_album']   = 'delete album';
$lang['albums']['edit_album']     = 'edit album';
$lang['albums']['album_message1'] = 'Use this page to add, delete and edit images in your album. JPG, PNG and GIF images are supported.';
$lang['albums']['album_message2'] = 'upload a new image here. choose a title and a description, and choose the quality at which the image should be processed. The higher the quality, the bigger the file.';
$lang['albums']['edit_images']    = 'edit images';
$lang['albums']['new_image']      = 'new image';
$lang['albums']['quality']        = 'quality (1-100)';
$lang['albums']['edit_image']     = 'edit image';
$lang['albums']['doesnt_exist']   = 'The specified album doesn\'t exist.';
$lang['albums']['name_exist']     = 'There is already an album with that name.';
$lang['albums']['image_exist']    = 'There is already an image with that name.';
$lang['albums']['change_order']   = 'change image order';
$lang['albums']['already_top']    = 'This image already is on the top, so its rank can\'t be changed.';
$lang['albums']['already_last']   = 'This image already is the last one, so its rank can\'t be changed.';
$lang['albums']['delete_image']   = 'delete image';
$lang['albums']['image_width']    = 'The width in pixels the images will be resized to. Choose 0 to disable automatic resizing.';
$lang['albums']['thumb_width']    = 'The width in pixels the thumbnails will be resized to. Cannot be disabled.';
$lang['albums']['settings_error'] = 'The width of the resized images should be numeric.';

//Blog.
$lang['blog']['title']                  = 'blog';
$lang['blog']['main_message']           = 'Here, you can make new posts to add to your blog. Posts will be automatically sorted by date.';
$lang['blog']['descr']                  = 'use a blog to post news or write articles for your visitors';
$lang['blog']['categories']             = 'categories';
$lang['blog']['category']               = 'category';
$lang['blog']['choose_cat']             = 'Choose category...';
$lang['blog']['no_cat']                 = 'No category';
$lang['blog']['new_cat']                = 'new category';
$lang['blog']['new_cat_message']        = 'choose a name for your new category first, then click "save"';
$lang['blog']['delete_cat']             = 'delete category';
$lang['blog']['posts']                  = 'existing posts';
$lang['blog']['new_post']               = 'write new post';
$lang['blog']['edit_post']              = 'edit post';
$lang['blog']['delete_post']            = 'delete post';
$lang['blog']['at']                     = 'at';
$lang['blog']['in']                     = 'in';
$lang['blog']['posted_by']              = 'posted by';
$lang['blog']['reactions']              = 'reactions';
$lang['blog']['reaction']               = 'reaction';
$lang['blog']['edit_reactions']         = 'edit reactions';
$lang['blog']['edit_reactions_message'] = 'Here, you can edit the reactions of your visitors to the post.';
$lang['blog']['edit_reaction']          = 'edit reaction';
$lang['blog']['delete_reaction']        = 'delete reaction';
$lang['blog']['name']                   = 'name';
$lang['blog']['email']                  = 'email';
$lang['blog']['website']                = 'website';
$lang['blog']['message']                = 'message';
$lang['blog']['html_not_allowed']       = 'HTML-code is not allowed.';
$lang['blog']['no_reactions']           = 'no reactions';
$lang['blog']['allow_reactions']        = 'Allow visitors to post reactions.';
$lang['blog']['read_more']              = 'read more';
$lang['blog']['truncate_posts']         = 'The number of characters to which blog posts will be truncated. Choose 0 to disable truncation.';
$lang['blog']['numeric_error']          = 'You should choose a numeric value for post truncation and/or posts per page.';
$lang['blog']['posts_per_page']         = 'The number of posts that will be displayed per page.';
$lang['blog']['posts_per_page_error']   = 'The number of posts per page cannot be zero!';
$lang['blog']['pages']                  = 'Pages:';
$lang['blog']['post_date']              = 'Choose date format.';
$lang['blog']['post_time']              = 'Choose time format.';

//Contact form.
$lang['contactform']['module_name']  = 'contact form';
$lang['contactform']['module_intro'] = 'with a contact form, you can allow your visitors to send you a message';
$lang['contactform']['fields']       = 'You didn\'t fill in all fields correctly.';
$lang['contactform']['email_title']  = 'Message from your website from';
$lang['contactform']['been_send']    = 'Your message has been sent succesfully.';
$lang['contactform']['not_send']     = 'Your message could not be sent, an error occurred.';

//View site link
$lang['viewsite']['module_name']  = 'view site link';
$lang['viewsite']['module_intro'] = 'Created to show the hooks to module developers. Adds a direct link to the site in the admin menu.';
$lang['viewsite']['message']      = 'view site';

//TinyMCE
$lang['tinymce']['module_name']  = 'tinymce';
$lang['tinymce']['module_intro'] = 'Adds the TinyMCE-editor to pluck. TinyMCE has been developed by <a href="http://tinymce.moxiecode.com/" target="_blank">Moxiecode</a>.';

//Multitheme
$lang['multitheme']['module_name']  = 'multi theme';
$lang['multitheme']['module_intro'] = 'Allows the user to choose different themes for each page.';
$lang['multitheme']['page_edit']    = 'use theme';

//Writable check
$lang['writable']['title']     = 'Check writable options';
$lang['writable']['check']     = 'Check if the displayed files and directories are writable. You can also "Refresh" the page.';
?>